// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoBase.Notation { /// /// Note tie. /// public enum NoteTieType { /// Note tie. None, /// Note tie. Start, /// Note tie. Stop, /// Note tie. StopAndStartAnother } }